home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / lab.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  424 b   |  23 lines

  1. LAB
  2.  
  3. Specified a label in a script file.
  4.  
  5. Format
  6.  
  7. LAB [<string>]
  8.  
  9. Template
  10.  
  11. (none)
  12.  
  13. Location
  14.  
  15. Internal
  16.  
  17. LAB is used in script to define a label that is searched for by the SKIP
  18. command. The label <string> can be of any length, but must be alphanumeric.
  19. No symbols are allowed. If the <string> contains spaces, it must be enclosed
  20. in quotation marks.
  21.  
  22. See also: SKIP, IF, EXECUTE. For more examples using LAB, see Chapter 8.
  23.